projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af9aa9b
)
(load_pixmap): Add quotes in error message.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 20 Aug 2006 12:06:59 +0000
(12:06 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 20 Aug 2006 12:06:59 +0000
(12:06 +0000)
src/xfaces.c
patch
|
blob
|
history
diff --git
a/src/xfaces.c
b/src/xfaces.c
index 99355cca6afb68ade361810219e2174109b76963..3dc5ddc3401062e62422c6575d40fa74872b4a38 100644
(file)
--- a/
src/xfaces.c
+++ b/
src/xfaces.c
@@
-1189,7
+1189,7
@@
load_pixmap (f, name, w_ptr, h_ptr)
if (bitmap_id < 0)
{
- add_to_log ("Invalid or undefined bitmap
%s
", name, Qnil);
+ add_to_log ("Invalid or undefined bitmap
`%s'
", name, Qnil);
bitmap_id = 0;
if (w_ptr)